home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / nameless.swf / scripts / DefineSprite_2158 / frame_12 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  325 b   |  12 lines

  1. _root.Fnum = _root.Fnum + 1;
  2. _root.attachMovie("fish","fish" + _root.Fnum,_root.Fnum);
  3. if(this._parent.dir == "left")
  4. {
  5.    eval("_root.fish" + _root.Fnum)._x = this._parent._x - 35;
  6. }
  7. else
  8. {
  9.    eval("_root.fish" + _root.Fnum)._x = this._parent._x + 35;
  10. }
  11. eval("_root.fish" + _root.Fnum)._y = this._parent._y - 18;
  12.